projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
383ffea
)
[IA64] warning fix
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Sun, 1 Oct 2006 17:39:41 +0000
(11:39 -0600)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Sun, 1 Oct 2006 17:39:41 +0000
(11:39 -0600)
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/arch/ia64/xen/xenpatch.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/xen/xenpatch.c
b/xen/arch/ia64/xen/xenpatch.c
index 0fe0354a601c20f415d13edaf503ac423158be87..561e48d28e747e7c89e782a6a7cdf95b943f6f16 100644
(file)
--- a/
xen/arch/ia64/xen/xenpatch.c
+++ b/
xen/arch/ia64/xen/xenpatch.c
@@
-108,7
+108,7
@@
static void xen_patch_frametable_miss(u64 offset)
void xen_patch_kernel(void)
{
- unsigned long patch_offset
, orig_val, new_val
;
+ unsigned long patch_offset;
patch_offset = xen_pstart - (KERNEL_START - PAGE_OFFSET);